ArcPad Preferences File Schema
SYSTEMTRAY Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element > DISPLAY Element : SYSTEMTRAY Element

Glossary Item Box

Description

Used to specify system tray settings in ArcPadPrefs.apx.

Diagram

SYSTEMTRAY Element

Overview

SYSTEMTRAY
Used to specify system tray settings in ArcPadPrefs.apx.
gps optional Restriction of xs:string
Flag that determines whether the GPS status is displayed in the system tray.

Attributes

NameTypeUseDefaultFixedDescription
gpsRestriction of xs:stringoptionaltrue Flag that determines whether the GPS status is displayed in the system tray.

Examples

Source

<xs:element name="SYSTEMTRAY" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute default="true" name="gps">
      <xs:annotation>
        <xs:documentation>Flag that determines whether the GPS status is displayed in the system tray.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="true" />
          <xs:enumeration value="false" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.